Home
>
Computers & Technology
>
Programming
>
Software Design, Testing & Engineering
>
Software Development
Software Development
epub |eng | 2020-03-25 | Author:John Chapin
Unit Tests At the base of the pyramid are unit tests—these tests should exercise specific pieces of our components of our application, without relying on any external dependencies (like databases). ...
( Category:
Software Development
April 5,2020 )
epub |eng | | Author:Mikael Olsson
The static constructor, in contrast to the regular instance constructor, will only be run once. This occurs automatically either when an instance of the class is created or when a ...
( Category:
NET
April 5,2020 )
epub |eng | | Author:Connor P. Milliken
Method Scope Like global attributes, you may have methods that are accessible through the class itself rather than an instance of the class. These may also be known as static ...
( Category:
Software Development
April 4,2020 )
epub |eng | 2020-03-09 | Author:Dunn, Nat [Dunn, Nat]
Challenge Solution: file-processing/Solutions/word_search_challenge.py def search(word, text): """Return tuple holding line num and line text.""" results = [] for line in enumerate(text, 1): if line[1].find(word) >= 0: results.append(line) return results def ...
( Category:
Software Development
April 3,2020 )
epub |eng | | Author:David Powers
8.Try a number of tests, omitting the trailing slash from the value passed to setDestination() or selecting a nonexistent folder. Also pass invalid values for the maximum size and suffix. ...
( Category:
Software Development
April 3,2020 )
mobi |eng | 2018-02-28 | Author:Rambabu Posa
( Category:
Software Development
April 3,2020 )
epub |eng | 2020-03-19 | Author:Fiordelis, Stephen [Fiordelis, Stephen]
Phases of Ethical Hacking Ethical hacking is divided into five phases. Not every hacker needs to use this step sequentially. Depending on the targets, these phases can be utilized accordingly. ...
( Category:
Software Development
April 3,2020 )
epub, mobi |eng | 2020-03-30 | Author:Antonio Melé
RabbitMQ is running and ready to receive messages. Adding Celery to your project You have to provide a configuration for the Celery instance. Create a new file next to the ...
( Category:
Software Development
April 2,2020 )
epub |eng | 2018-07-18 | Author:Stephen Fleming
Future of Microservices Over the years, software application development has evolved from Service-Oriented Architecture (SOA) to monolith architecture and now microservices architecture, which is the most preferred software application technique. ...
( Category:
Tools
April 2,2020 )
epub, pdf |eng | 2018-08-29 | Author:Andrew Lock [Andrew Lock]
( Category:
Software Development
April 1,2020 )
epub |eng | | Author:Michael Schwartz & Maciej Machulak
Easy JavaScript Client This JavaScript client is one of the easiest ways to test OpenID Connect, although it’s not the most secure (remember Figure 5-1). The client we will use ...
( Category:
LDAP
March 31,2020 )
epub |eng | | Author:Osami Matsushita, Masato Tanaka, Hiroshi Kanki, Masao Kobayashi & Patrick Keogh
(6.61) and for the inner race, (6.62) These conditions are represented graphically in the middle of Fig. 6.25. The excitation frequency by the outer race given by Eq. (6.57) is ...
( Category:
Software Development
March 31,2020 )
epub, pdf |eng | 2019-03-15 | Author:Mohamed Zahran
Further evidence that the strict order of the LRU stack is losing its importance is shown in Figure 3.10. The figure shows the stack hit ratios of the LRU stack ...
( Category:
Software Development
March 31,2020 )
epub |eng | 2020-01-01 | Author:Bilgin Ibryam & Roland Huß [Bilgin Ibryam]
( Category:
Software Development
March 30,2020 )
epub |eng | 2014-06-02 | Author:Lopes, Cristina Videira;
V Reflection and Metaprogramming We have seen styles that use functions, procedures and objects; we have also seen functions and objects being passed around and stored in variables, as regular ...
( Category:
Software Development
March 30,2020 )
Categories
Popular ebooks
Adobe Camera Raw For Digital Photographers Only by Rob Sheppard(16752)Deep Learning with Python by François Chollet(12552)
Hello! Python by Anthony Briggs(9901)
OCA Java SE 8 Programmer I Certification Guide by Mala Gupta(9782)
The Mikado Method by Ola Ellnestam Daniel Brolund(9767)
Dependency Injection in .NET by Mark Seemann(9325)
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8280)
Test-Driven iOS Development with Swift 4 by Dominik Hauser(7754)
Grails in Action by Glen Smith Peter Ledbrook(7683)
The Well-Grounded Java Developer by Benjamin J. Evans Martijn Verburg(7548)
Becoming a Dynamics 365 Finance and Supply Chain Solution Architect by Brent Dawson(6988)
Microservices with Go by Alexander Shuiskov(6756)
Practical Design Patterns for Java Developers by Miroslav Wengner(6662)
Test Automation Engineering Handbook by Manikandan Sambamurthy(6614)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(6397)
Angular Projects - Third Edition by Aristeidis Bampakos(6017)
The Art of Crafting User Stories by The Art of Crafting User Stories(5548)
NetSuite for Consultants - Second Edition by Peter Ries(5478)
Demystifying Cryptography with OpenSSL 3.0 by Alexei Khlebnikov(5284)
Kotlin in Action by Dmitry Jemerov(5047)
